home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’90 / A⁄Rose Techniques / ClTool / Clister.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-08  |  220 b   |  18 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    Clister.h - Define dummy macros for clister.
  3.  *    Mark D. Rustad. 85/02/17.
  4.  */
  5.  
  6. #ifndef    _EJECT
  7.  
  8. #define _TITLE(x)
  9. #define _SPACE(x)
  10. #define _EJECT
  11. #define _PAGE
  12. #define    _SUBTITLE(x)
  13.  
  14. #endif
  15.  
  16. /*    End of clister.h    */
  17.  
  18.